home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zen & the Art of Resourc…The BMUG Guide to ResEdit
/
Zen and the Art of Resource Editing - The BMUG Guide to ResEdit (1995).iso
/
ResEdit 2.1.3
/
Examples
/
CExamples
/
MakePicker
< prev
Wrap
Text File
|
1994-07-15
|
734b
|
36 lines
# MakeFile - Make instructions for the ResEdit ICON picker.
#
# Copyright Apple Computer, Inc. 1986-1991
# All rights reserved.
#
# This makefile builds:
# The ICON Resource Picker
#
cOptions = -b
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
SysLibs = "{CLibraries}"StdCLib.o[partial]
"{Libraries}"Runtime.o [partial]
"{Libraries}"Interface.o
RSSCLibs = {obj}RSSC.a.o [partial]
{obj}ResDisp.a.o
# Link the ICON picker
"{OutFile}" [f][f] {obj}Icon.Pick.c.o {RSSCLibs} {sysLibs}
Link {RSSCLibs} [partial]
{obj}Icon.Pick.c.o [partial]
{sysLibs} [partial]
-da -w -rt RSSC=128 [partial]
-sg ICON [partial]
-o "{OutFile}"
{obj} [f] {source} {ResEditLibraries}